'Declaration Public Overloads Sub SetTransferFunction( _ ByVal Min As Single, _ ByVal Max As Single, _ ByVal Colours() As Color _ )
'Usage Dim instance As DicomImage3D Dim Min As Single Dim Max As Single Dim Colours() As Color instance.SetTransferFunction(Min, Max, Colours)
Parameters
- Min
- The pixel value to be mapped to the first element of the Colours array
- Max
- The pixel value to be mapped to the last element of the Colours array
- Colours
- An array of Color values